github.com/jackc/pgx/v5/pgtype.scanPlanBinaryTimestamptzToTimestamptzScanner.location (field)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L247: 			return &scanPlanBinaryTimestampToTimestampScanner{location: c.ScanLocation}
		timestamp.go#L259: type scanPlanBinaryTimestampToTimestampScanner struct{ location *time.Location }
		timestamp.go#L285: 		if plan.location != nil {
		timestamp.go#L286: 			tim = time.Date(tim.Year(), tim.Month(), tim.Day(), tim.Hour(), tim.Minute(), tim.Second(), tim.Nanosecond(), plan.location)